home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_60447.txt < prev    next >
Text File  |  1987-11-25  |  814b  |  29 lines

  1. -- card: 60447 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. A script that explains itself (cont.)
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. on mouseUp
  15.  
  16. You can handle more than one message in a single script.  The word "On" marks the beginning of the handler of each message.  "On" is followed by a single word that is the name of the message being handled.
  17.  
  18. When HyperCard or another script sends the message 
  19. "mouseUp", HyperCard chooses a handler to use by searching for "on mouseUp" in a script.
  20.  
  21. Each handler must end with "end <message name>".
  22.  
  23. -- part contents for background part 43
  24. ----- text -----
  25. 267,189
  26.  
  27. -- part contents for background part 44
  28. ----- text -----
  29. "On" starts a message handler